Einhugur Word Component for Buoy

UnderlineStyles Enum

Enum for underline styles, used in the Style class.

enum UnderlineStyles

Constants

None = 0No underline.
SingleLine = 1Single line.
DoubleLine = 2Double line.
DottedLine = 3Dotted line.
DashedLine = 4Dashed line.
DotDashedLine = 5Line with dot and dash.
DotDotDashedLine = 6Line with two dots and one dash.
Wave = 7Wave.
Words = 8Words only.
ThickLine = 9Thick line.
WaveDouble = 10Double wave.